const runtime._GCmarktermination

5 uses

	runtime (current package)
		malloc.go#L910: 	if gcphase == _GCmarktermination {
		mgc.go#L208: 	_GCmarktermination        // GC mark termination: allocate black, P's help GC, write barrier ENABLED
		mgc.go#L214: 	writeBarrier.needed = gcphase == _GCmark || gcphase == _GCmarktermination
		mgc.go#L911: 	setGCPhase(_GCmarktermination)
		mgc.go#L1360: 	if gcphase != _GCmarktermination {